On mips, 1**np.nan and np.nan**0 may be NaN not 1
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 9 Feb 2024 20:48:14 +0000 (20:48 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 9 Feb 2024 20:48:14 +0000 (20:48 +0000)
commit6019383a9c69f9de45aeaf71153131dfa5a13ea5
tree929b1ee4b4cd47862fdfafac7bf06bf246c48714
parent193e4cecaeec1a37ac1e521937525c6832eda66a
On mips, 1**np.nan and np.nan**0 may be NaN not 1

Done this way not a plain xfail to allow only this difference,
not clearly wrong answers

(The same hardware's "invalid value encountered" warnings,
probably from sNaN/qNaN being reversed, are ignored elsewhere:
d/rules and xfail_tests_nonintel_io.patch)

https://en.wikipedia.org/wiki/NaN#Encoding

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name mips_pow_nan.patch
pandas/tests/arrays/floating/test_arithmetic.py
pandas/tests/arrays/sparse/test_arithmetics.py